Package com.cisco.pt.ipc.sim
Interface NFTemplateRecord
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
NFTemplateRecordImpl
Information provided by the PKI file:
\class NFTemplateRecord
\brief NFTemplateRecord handles and manipulates NetFlow template records.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
updateLastReceived
void updateLastReceived()Information provided by the PKI file:
\brief Updates the timestamp of the template record to the current time. -
getTemplate
NFTemplate getTemplate()Information provided by the PKI file:
\brief Returns the NetFlow template. \return NFTemplate, the NFTemplate object.- Returns:
- NFTemplate Returns a NFTemplate
-